projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95cc610
)
(texinfo-mode-map): Add C-c C-e bindings for texinfmt.el.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 10 Nov 1993 00:03:54 +0000
(
00:03
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 10 Nov 1993 00:03:54 +0000
(
00:03
+0000)
lisp/textmodes/texinfo.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/texinfo.el
b/lisp/textmodes/texinfo.el
index 390629f9edd74f13ae12f4675095662d1568133a..64dbe1814adc4d46d7a403db3dfe232dc3d04ce0 100644
(file)
--- a/
lisp/textmodes/texinfo.el
+++ b/
lisp/textmodes/texinfo.el
@@
-232,6
+232,10
@@
chapter."
(define-key texinfo-mode-map "\C-c\C-m\C-r" 'makeinfo-region)
(define-key texinfo-mode-map "\C-c\C-m\C-b" 'makeinfo-buffer)
+ ; Bindings for texinfmt.el.
+ (define-key texinfo-mode-map "\C-c\C-e\C-r" 'texinfo-format-region)
+ (define-key texinfo-mode-map "\C-c\C-e\C-b" 'texinfo-format-buffer)
+
;; bindings for updating nodes and menus
(define-key texinfo-mode-map "\C-c\C-um" 'texinfo-master-menu)